ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPSeq<T> Class / ImGearXMPSeq<T> Constructor / ImGearXMPSeq<T> Constructor()




In This Topic
ImGearXMPSeq<T> Constructor()
In This Topic
Initializes a new instance of the ImGearXMPSeq<T> class.
Syntax
'Declaration
 
Public Function New()
 
'Usage
 
Dim instance As New ImGearXMPSeq(Of T)()

Return Value

New instance of the ImGearXMPSeq<T> generic class object.
Remarks
This constructor creates an empty instance of ImGearXMPSeq<T> generic class.
See Also